Vcenter FoundationLoadBalancers LoginConfigSpec

Vcenter FoundationLoadBalancers LoginConfigSpec
Vcenter FoundationLoadBalancers LoginConfigSpec

Vcenter FoundationLoadBalancers LoginConfigSpec schema defines login configuration.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "password": "string",
    "authorized_keys": [
        "string"
    ]
}
string As password As password
password
Optional

Password used for "vmware-system-user" user.

This property was added in vSphere API 9.0.0.0.

If missing or null, the value keeps unset or unchanged.

array of string
authorized_keys
Optional

The authorized keys of the load balancer node(s) for key-based ssh login.

This property was added in vSphere API 9.0.0.0.

If missing or null, the value keeps unset or unchanged.